From afcca58e570f3591899774e8413086d9b19ea520 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 1 May 2006 17:43:13 +0000 Subject: [PATCH] Constify route_head arg to track_recompute. --- defs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/defs.h b/defs.h index 268093706..170f3edf7 100644 --- a/defs.h +++ b/defs.h @@ -429,6 +429,7 @@ void track_backup(signed int *count, queue **head_bak); void track_restore( queue *head_bak); void track_append( queue *src ); void route_flush( queue *head ); +void track_recompute( const route_head *trk); /* * All shortname functions take a shortname handle as the first arg. -- 2.30.2